Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate protos #439

Merged
merged 6 commits into from
Sep 26, 2023
Merged

migrate protos #439

merged 6 commits into from
Sep 26, 2023

Conversation

mikeee
Copy link
Member

@mikeee mikeee commented Aug 17, 2023

As referenced in #381 this will reference protos in the dapr/dapr repo rather than being copied.

Merging this will close #381

Signed-off-by: mikeee [email protected]

@mikeee mikeee requested a review from a team as a code owner August 17, 2023 20:04
@codecov
Copy link

codecov bot commented Aug 17, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (e16e035) 69.17% compared to head (93e2ace) 69.17%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #439   +/-   ##
=======================================
  Coverage   69.17%   69.17%           
=======================================
  Files          34       34           
  Lines        2735     2735           
=======================================
  Hits         1892     1892           
  Misses        734      734           
  Partials      109      109           
Files Coverage Δ
client/actor.go 46.98% <ø> (ø)
client/binding.go 51.51% <ø> (ø)
client/client.go 70.24% <ø> (ø)
client/configuration.go 75.00% <ø> (ø)
client/crypto.go 83.11% <ø> (ø)
client/invoke.go 74.73% <ø> (ø)
client/lock.go 85.71% <ø> (ø)
client/metadata.go 34.84% <ø> (ø)
client/pubsub.go 81.52% <ø> (ø)
client/secret.go 86.36% <ø> (ø)
... and 6 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mikeee mikeee closed this Sep 15, 2023
@mikeee mikeee reopened this Sep 15, 2023
@yaron2
Copy link
Member

yaron2 commented Sep 25, 2023

@mikeee can you fix the PR? we want to migrate the protos from dapr/dapr for the upcoming 1.12 release

@mikeee
Copy link
Member Author

mikeee commented Sep 26, 2023

Sure, sorry it's been on my to-do. I'll rework it today

@mikeee mikeee force-pushed the mikeee-migrate_protos branch from c04adbe to 61e018b Compare September 26, 2023 09:34
@mikeee mikeee force-pushed the mikeee-migrate_protos branch from 61e018b to 26c0a3f Compare September 26, 2023 09:39
@mikeee
Copy link
Member Author

mikeee commented Sep 26, 2023

@yaron2 ready for your eyes

@yaron2 yaron2 merged commit 5779353 into dapr:main Sep 26, 2023
7 checks passed
@yaron2
Copy link
Member

yaron2 commented Sep 26, 2023

Thanks!

@mikeee mikeee deleted the mikeee-migrate_protos branch September 26, 2023 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Have proto files imported from dapr/dapr repo instead of a separate copy in repo
2 participants